home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / db / db.h next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  1.2 KB  |  60 lines

  1. #ifndef _DBKIT_H_
  2. #define _DBKIT_H_
  3.  
  4. /*====================================================================
  5.                               Protocols                               
  6. ====================================================================*/
  7. #ifndef _DBENTITIES_H_
  8. #include <db/DBEntities.h>
  9. #endif
  10.  
  11. #ifndef _DBPROPERTIES_H_
  12. #include <db/DBProperties.h>
  13. #endif
  14.  
  15. /*====================================================================
  16.                                Classes                                
  17. ====================================================================*/
  18.  
  19. #ifndef _DBBOOLFIELD_H_
  20. #include <db/DBBoolField.h>
  21. #endif
  22.  
  23. #ifndef _DBCHARFIELD_H_
  24. #include <db/DBCharField.h>
  25. #endif
  26.  
  27. #ifndef _DBDATEFIELD_H_
  28. #include <db/DBDateField.h>
  29. #endif
  30.  
  31. #ifndef _DBFIELD_H_
  32. #include <db/DBField.h>
  33. #endif
  34.  
  35. #ifndef _DBFILE_H_
  36. #include <db/DBFile.h>
  37. #endif
  38.  
  39. #ifndef _DBINDEX_H_
  40. #include <db/DBIndex.h>
  41. #endif
  42.  
  43. #ifndef _DBMEMOFIELD_H_
  44. #include <db/DBMemoField.h>
  45. #endif
  46.  
  47. #ifndef _DBNUMFIELD_H_
  48. #include <db/DBNumField.h>
  49. #endif
  50.  
  51. #ifndef _DBLIST_H_
  52. #include <db/DBList.h>
  53. #endif
  54.  
  55. #ifndef _DBRECORD_H_
  56. #include <db/DBRecord.h>
  57. #endif
  58.  
  59. #endif
  60.